type runtime.notInHeap
16 uses
runtime (current package)
malloc.go#L766: newArray := (*notInHeap)(persistentalloc(size, goarch.PtrSize, &memstats.gcMiscSys))
malloc.go#L1368: base *notInHeap
malloc.go#L1384: var persistentChunks *notInHeap
malloc.go#L1394: var p *notInHeap
malloc.go#L1404: func persistentalloc1(size, align uintptr, sysStat *sysMemStat) *notInHeap {
malloc.go#L1424: return (*notInHeap)(sysAlloc(size, sysStat))
malloc.go#L1437: persistent.base = (*notInHeap)(sysAlloc(persistentChunkSize, &memstats.other_sys))
malloc.go#L1537: type notInHeap struct{}
malloc.go#L1539: func (p *notInHeap) add(bytes uintptr) *notInHeap {
malloc.go#L1540: return (*notInHeap)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + bytes))
mpagealloc_64bit.go#L82: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mranges.go#L170: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, sysStat))
mranges.go#L297: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, a.sysStat))
mranges.go#L367: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, b.sysStat))
slice.go#L23: array *notInHeap